.map-svg {
    position: relative;
    top: -218px;
    margin-bottom: -100px;
}
.map-svg-moscow,
.map-svg-crimea,
.map-svg-krasnodar {
    text-align: center;
}
.map-svg-moscow svg,
.map-svg-crimea svg,
.map-svg-krasnodar svg  {
    max-width: 100%;
}



.location-animate {
  background: rgb(41, 169, 225);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(41, 169, 225, 1);
  height: 25px;
  width: 25px;
  margin: 12px;
  transform: scale(1);
  animation: pulse-location 2s infinite;
}
.location-animate:hover {
  background: rgb(41, 169, 225);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(41, 169, 225, 1);
  height: 25px;
  width: 25px;
  margin: 12px;
  transform: initial;
  animation: initial;
}
@keyframes pulse-location {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(41, 169, 225, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(41, 169, 225, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(41, 169, 225, 0);
  }
}





@media screen and (max-width: 1199px) {
    .map-svg {
        top: 0;
        right: 0;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .map-svg {
        margin-top: -25px;
        margin-bottom: 0px;
    }
    .map-svg svg {
        width: 100%;
        height: 500px;
    }
    .map-svg-moscow {
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .map-svg-crimea {
        margin-top: -150px;
        margin-bottom: -150px;
    }
}

.region {
    transition: all .5s ease;
    cursor: pointer;
}
.region svg:hover,
.region:hover {
    stroke-width: 2px;
    stroke: rgba(51, 51, 51, 1);
    fill: rgba(41, 169, 225, 1);
}

.text-region {
   transition: all .5s ease;
   cursor: pointer;
}
.text-region svg:hover,
.text-region:hover {
    fill: rgba(41, 169, 225, 1);
}`




.map {
    margin-top: 0px;
}

ymaps ymaps,
ymaps .ymaps-2-1-79-inner-panes {
    border-radius: 20px;
}


ymaps #image {
    border: 1px solid red;
}

/* ================================
            FILTER BLOCK
 ================================ */

#search-form select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    border-radius: 8px;
    color: #333;
    height: 42px;
    cursor: pointer;
    border: 1px solid #29a9e1;
    padding: 8px 32px 8px 16px;
    margin-bottom: 15px;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat #fff;
    background-position: calc(100% - 12px) center !important;
    appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;


}
#search-form select:hover {
    border: 1px solid #333;
}
#search-form button {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 8px;
    background-color: #2AAAE1;
    font-weight: 500;
    padding: 10px 15px 8px;
    margin-bottom: 15px;
    border: 2px solid #2AAAE1;
    min-width: 150px;
    line-height: 20px;
    text-transform: uppercase;
}
#search-form button:hover {
    color: #2AAAE1;
    background-color: transparent;
    border: 2px solid #2AAAE1;
}

/* ================================
            CAROUSEL BLOCK
 ================================ */
.carousel-map {
    margin-top: 15px;
    margin-bottom: 15px;
}
.item-object {
    background: #fff;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0px 0px 3px #333;
    margin: 4px;
    display: flex;
}
.item-object .block-image {
    width: 35%;
}
.item-object .block-image .image{
    border-radius: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    border-radius: 8px 0px 0px 8px;
}
.item-object .block-info {
    width: 65%;
    padding-left: 15px;
    padding-right: 5px;
}
.item-object .info {
    display: flex;
    margin-top: 8px;
    margin-right: 15px;
}
.item-object .info div {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-transform: lowercase;
    margin-right: 15px;
    border-radius: 5px;
    font-family: 'Open Sans';
    padding: 0px 10px 3px 10px;
}
.item-object .info .local {
    background-color: #2AAAE1;
    color: #fff;
}
.item-object .info .status {
    background-color: #333;
    color: #fff;
}
.item-object h3 {
    font-size: 14px;
    line-height: normal;
    font-family: 'Open Sans';
    color: #333;
    margin-top: 8px;
    font-weight: 600;
}
.item-object .geo {
    color: #8c8f91;
    font-size: 12px;
    line-height: normal;
    margin-top: 5px;
}
.item-object .geo i {
    margin-right: 5px;
}
.item-object button {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #2AAAE1;
    letter-spacing: 1px;
    font-size: 12px;
    border-radius: 8px;
    background-color: #fff;
    font-weight: 500;
    padding: 8px 15px 8px;
    margin-top: 10px;
    border: 2px solid #2AAAE1;
    width: fit-content;
    line-height: normal;
    text-transform: uppercase;
}
.item-object button:hover {
    color: #fff;
    background-color: #2AAAE1;
}
@media only screen and (max-width: 500px) {
    .item-object h3 {
        font-size: 12px;
    }
}

.item-object.on-map {
    background: #fff;
    min-width: 265px;
    height: 150px;
    border-radius: 0;
    box-shadow: initial;
    margin: 0;
    display: flex;
}
.item-object.on-map .block-image {
    width: 35%;
}
.item-object.on-map .block-image .image{
    border-radius: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    border-radius: 0px 0px 0px 0px;
}
.item-object.on-map .block-info {
    width: 65%;
    padding-left: 15px;
    padding-right: 5px;
}
@media only screen and (max-width: 500px) {
  .item-object.on-map .info div {
      font-size: 10px;
  }
  .item-object.on-map h3 {
        font-size: 14px;
  }
  .item-object.on-map .geo {
      font-size: 12px;
  }
}



/* modal - интерактивная карта */
.map-modal {
    width: 20rem !important;
}
.modal_map .modal-body {
    padding: 0;
}
.map-modal-photo {
    width: 100%;
    height: 30%;
}
.map-modal .label {
    font-size: 0.625rem;
    margin: 0.15rem 0;
}
.map-modal .btn-row {
    margin: 0.15rem 0;
}
.map-modal .btn-modal {
    margin: 0 2px;
    font-size: 0.6rem !important;
    /*color: #f0ffff !important;*/
    /*border-color: #f0ffff !important;;*/
}


/* modal - об объекте */
.modal_map_more .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal_map_more .modal-body {
    padding: 0;
}
.modal_map_more .modal-body .block-one {
    background: #f2f2f2;
    border-radius: 8px;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.modal_map_more .modal-body .block-one h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: normal;
    color: #333;
    text-transform: uppercase;
}
.modal_map_more .modal-body .block-one p {
    color: #333;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 35px;
}
.modal_map_more .modal-body .block-one .parametrs {
    position: absolute;
    left: 0;
    max-width: 278px;
    width: 100%;
}
.modal_map_more .modal-body .block-one .parametrs div {
    background: #29A9E1;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.modal_map_more .modal-body .block-one .parametrs img {
    position: relative;
    top: -2px;
    padding-right: 3px;
}

.modal_map_more .modal-body .block-two {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.modal_map_more .modal-body .block-two .owl-nav {
    margin-top: 0px;
    font-size: 40px;
}
.modal_map_more .modal-body .block-two .owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    top: -5px;
    transform: rotate(180deg);
}
.modal_map_more .modal-body .block-two .owl-carousel .owl-nav button.owl-next span {
    position: relative;
    top: -5px;

}
.modal_map_more .modal-body .block-two .owl-carousel .owl-nav button.owl-prev {
    left: -7%;
    width: 48px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 1;
    color: #29a9e1;
    background: #fff;
}
.modal_map_more .modal-body .block-two .owl-carousel .owl-nav button.owl-next {
    right: -7%;
    width: 48px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 1;
    color: #29a9e1;
    background: #fff;
}


.modal_map_more .modal-body .block-three {
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.modal_map_more .modal-body .block-three p {
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

.modal_map_more .modal-body .block-four {
    background: #f2f2f2;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.modal_map_more .modal-body .block-four iframe {
    border-radius: 20px;
}

.modal_map_more .modal-body .block-five {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.modal_map_more .modal-body .block-five table tbody tr th{
    width: 50%;
    line-height: normal;
}

.modal_map_more .modal-body .block-six {
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0px 0px 8px 8px;
    text-align: center;
}
.modal_map_more .modal-body .block-six .btn-one {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
    color: #fff;
    letter-spacing: 1px;
	font-size: 14px;
    border-radius: 8px;
    background-color: #2AAAE1;
    font-weight: 500;
    padding: 10px 15px 8px;
    border: 2px solid #2AAAE1;
    min-width: 150px;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 15px;
}
.modal_map_more .modal-body .block-six .btn-one:hover{
    color: #2AAAE1;
    background-color: transparent;
}
.modal_map_more .modal-body .block-six .btn-two {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
    color: #2AAAE1;
    letter-spacing: 1px;
	font-size: 14px;
    border-radius: 8px;
    background-color: transparent;
    font-weight: 500;
    padding: 10px 15px 8px;
    border: 2px solid #2AAAE1;
    min-width: 150px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.modal_map_more .modal-body .block-six .btn-two:hover{
    color: #fff;
    background-color: #2AAAE1;
}

@media only screen and (max-width: 800px) {
    .modal_map_more .modal-body .block-one .parametrs {
        top: 280px;
    }
}
@media only screen and (max-width: 768px) {
    .modal_map_more .modal-body .block-one {
        padding-right: 50px;
        text-align: center;
    }
    .modal_map_more .modal-body .block-one .parametrs {
        position: initial;
        top: initial;
        left: initial;
        max-width: fit-content;
        width: 100%;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .modal_map_more .modal-body .block-one .parametrs div {
        border-radius: 5px;
    }
    .modal_map_more .modal-body .block-four {
        margin-top: -50px;
        padding-bottom: 0px;
    }
    .modal_map_more .modal-body .block-six .btn-one {
        margin-right: 0;
    }
}
@media only screen and (max-width: 700px) {
    .modal_map_more .modal-body .block-two .owl-carousel .owl-nav button.owl-prev {
        left: -13%;
    }
    .modal_map_more .modal-body .block-two .owl-carousel .owl-nav button.owl-next {
        right: -13%;
    }
}
